Library WinForms NextSuite .NET Controls NextGrid .NET Reference Classes NextGrid AddRow AddRow Adds a specified number of rows at the end of rows array. cspublic nxGridRow AddRow(int count); Parameters count System.int Number of rows to be added. Example csnextGrid1.AddRow(5);
AddRow Adds a specified number of rows at the end of rows array. cspublic nxGridRow AddRow(int count); Parameters count System.int Number of rows to be added. Example csnextGrid1.AddRow(5);